home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / 4batch10.zip / LEN.BTM < prev    next >
Text File  |  1991-11-07  |  224b  |  9 lines

  1. echo LEN.BTM - By Dave Navarro, Jr.
  2. if %@len[%1]==0 goto help
  3. echo There are %@lines[%1] lines in %@upper[%1]
  4. goto end
  5. :help
  6. echo Returns the number of lines in the specified file.
  7. echo Usage:  LEN filename.ext
  8. :end
  9.